-
Notifications
You must be signed in to change notification settings - Fork 423
docs: Weekly Documentation Update #6369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🎨 Storybook Build Status✅ Build completed successfully! ⏰ Completed at: 11/24/2025, 09:08:24 AM UTC 🔗 Links🎉 Your Storybook is ready for review! |
🎭 Playwright Test Results⏰ Completed at: 11/24/2025, 09:18:14 AM UTC 📈 Summary
📊 Test Reports by Browser
🎉 Click on the links above to view detailed test results for each browser configuration. |
Bundle Size ReportSummary
Category Glance Per-category breakdownApp Entry Points — 3.18 MB (baseline 3.18 MB) • ⚪ 0 BMain entry bundles and manifests
Graph Workspace — 941 kB (baseline 941 kB) • ⚪ 0 BGraph editor runtime, canvas, workflow orchestration
Views & Navigation — 7.97 kB (baseline 7.97 kB) • ⚪ 0 BTop-level views, pages, and routed surfaces
Panels & Settings — 306 kB (baseline 306 kB) • ⚪ 0 BConfiguration panels, inspectors, and settings screens
UI Components — 141 kB (baseline 141 kB) • ⚪ 0 BReusable component library chunks
Data & Services — 12.5 kB (baseline 12.5 kB) • ⚪ 0 BStores, services, APIs, and repositories
Utilities & Hooks — 2.94 kB (baseline 2.94 kB) • ⚪ 0 BHelpers, composables, and utility bundles
Vendor & Third-Party — 5.7 MB (baseline 5.7 MB) • ⚪ 0 BExternal libraries and shared vendor chunks
Other — 3.87 MB (baseline 3.87 MB) • ⚪ 0 BBundles that do not match a named category
|
222beb8 to
4a3918d
Compare
7b21a7c to
54d70d7
Compare
54d70d7 to
9439b31
Compare
9439b31 to
c1156cf
Compare
Documentation Accuracy Audit - Summary
Summary
Conducted a comprehensive audit of all documentation in the ComfyUI Frontend repository to verify accuracy against the current codebase. Most documentation is accurate and up-to-date, with only minor corrections needed.
Changes Made
Feature Flags Documentation (
docs/FEATURE_FLAGS.md)Issue: The documentation described a
useFeatureFlagsAPI that didn't match the actual implementation.Corrections Made:
Updated API examples to match actual implementation:
{ serverSupports, getServerFeature, extension }to{ flags, featureFlag }flags.supportsPreviewMetadatainstead ofserverSupports('supports_preview_metadata')Fixed composable extension guidance:
extensionobject pattern to actualflagsreactive object patternBefore:
After:
Review Notes
Documentation Quality Assessment
Key Findings
No Changes Required For
Verification Methods Used
Conclusion
The documentation is in excellent condition with only the feature flags API documentation requiring updates. The repository maintains high documentation quality with accurate, comprehensive guides for both users and developers.